home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the quickTimePresent = 0 then
- alert("This program requires QuickTime 2.1.2. Please Install QuickTime and run this program again.")
- if the platform contains "Macintosh" then
- open("QuickTimeΓäó 2.5:QuickTimeΓäó Install Disk 1:Installer")
- halt()
- else
- open("QT32.EXE")
- halt()
- end if
- end if
- cancelpuppets()
- if the colorDepth < 8 then
- alert("Infobases Introductory Library requires your display settings to be 256 color or higher.")
- halt()
- else
- if the colorDepth = 8 then
- play movie "INTRO8.DXR"
- else
- if the colorDepth = 16 then
- go(#next)
- else
- if the colorDepth > 16 then
- alert("Infobases Introductory Library will run better with your display settings on High Color (16-bit or Thousands of Colors)")
- go(#next)
- end if
- end if
- end if
- end if
- end
-